home *** CD-ROM | disk | FTP | other *** search
/ Games Gallery 98 / Games Gallery 98 - Disc 2.iso / Content / GWILLIE / gwillie.exe / gwillie.dcr / 00009.ls < prev    next >
Encoding:
Text File  |  1998-05-29  |  164 b   |  11 lines

  1. on exitFrame
  2.   global GameTotallyOver
  3.   DoAsyncEvents()
  4.   if GameTotallyOver = 1 then
  5.     StopPuppetSprites()
  6.     go("Exit")
  7.   else
  8.     go("MainLoop")
  9.   end if
  10. end
  11.